home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / pc / windows / qtw_201 / setup / samples / mplayer / player.def < prev    next >
Encoding:
Text File  |  1994-12-19  |  558 b   |  22 lines

  1.  
  2. ; ---------------------------------------------------------------------
  3. ;
  4. ; Player.def - Movie Player - QuickTime for Windows
  5. ;
  6. ;              Version 1.0
  7. ;
  8. ;              (c) Copyright 1988-1994 Apple Computer, Inc. All Rights Reserved.
  9. ;
  10. ; ---------------------------------------------------------------------
  11.  
  12. NAME PLAYER
  13. DESCRIPTION '(c) Copyright 1988-1994 Apple Computer, Inc. All Rights Reserved'
  14. EXETYPE WINDOWS
  15. STUB 'WINSTUB.EXE'
  16.  
  17. CODE PRELOAD MOVEABLE DISCARDABLE
  18. DATA PRELOAD MOVEABLE MULTIPLE
  19.  
  20. HEAPSIZE 8196
  21. STACKSIZE 16384
  22.